home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / plinko.zip / PLINKO.DOC < prev    next >
Text File  |  1993-03-14  |  7KB  |  177 lines

  1.  
  2.  
  3.                              P C  -  P L I N K O
  4.                                   Ver. 1.0
  5.  
  6.                              Written by Tim Pryor
  7.               
  8.                         (C) 1993 UP Technologies, Inc.
  9.                               All Rights Reserved.
  10.  
  11.                               The Upper Limit BBS
  12.                                  (410) 860-0212
  13.                               300 - 14400 v.32bis
  14.  
  15.  
  16.  
  17.  
  18.                                   DISCLAIMER
  19.  
  20.     UP Technologies, Inc.  makes no warranty of any  kind, either expressed
  21.     or  implied,  including  but  not  limited  to  implied  warranties  of
  22.     merchantability and  fitness for a particular  purpose, with respect to
  23.     this software and accompanying documentation.
  24.  
  25.     IN  NO EVENT  SHALL UP  TECHNOLOGIES, INC.  BE LIABLE  FOR ANY  DAMAGES
  26.     (INCLUDING DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION,
  27.     LOSS OF BUSINESS  INFORMATION, OR OTHER PECUNIARY LOSS)  ARISING OUT OF
  28.     THE  USE  OF  OR  THE  INABILITY  TO  USE  THIS  PROGRAM,  EVEN  IF  UP
  29.     TECHNOLOGIES, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  30.  
  31.  
  32.  
  33.     I. Game Description
  34.  
  35.     PC-Plinko is a door game based on the Pachinko arcade game. The object
  36.     is very simple: to get more money than anyone else. This is accomplished
  37.     by dropping plinkos (game pieces) into slots on the game board. Several
  38.     of the slots contain various amounts of money. But to make the game more
  39.     interesting, there are also slots that cause other things to happen. 
  40.  
  41.     There are two "FREE" slots and two "LOSE" slots. The "FREE" slots are
  42.     just that - free. No money is awarded for dropping a plinko into a "FREE"
  43.     slot, and neither is a turn deducted. However, the "LOSE" slot is entirely
  44.     different. Once a plinko drops in that slot, one of two things will 
  45.     happen: either the player will lose all of his/her money, or lose all of 
  46.     his/her turns. If a player loses all of his/her money, they can simply 
  47.     start over again, provided they have any turns left. However, if they 
  48.     lose all of their turns, they will have to wait until the following day 
  49.     to start over.
  50.  
  51.     
  52.     II. BBS Compatibility and Other Information
  53.  
  54.     PC-Plinko can be used with any BBS System that uses the following
  55.     door drop-files:
  56.  
  57.     Drop File                                 BBS
  58.     ------------------------------------------------------------------
  59.     PCBOARD.SYS, USERS.SYS                  PC-Board
  60.     CALLINFO.BBS                    Wildcat! (prior to v3.0)
  61.     DOOR.SYS                    For Systems supporting DOOR.SYS
  62.     CHAIN.TXT                                 WWIV
  63.     GTUSER.BBS                              GT Power
  64.     DORINFOx.DEF                         QBBS/RBBS/RA
  65.     SFDOORS.DAT                             Spitfire
  66.     TRIBBS.SYS                               TriBBS
  67.  
  68.  
  69.     PC-Plinko also supports the use of fossil drivers and non-standard
  70.     interrupts.
  71.  
  72.  
  73.     III. PC-Plinko Setup
  74.      
  75.     Setting up PC-Plinko is very simple. First, create a directory which
  76.     PC-Plinko will be run from. Then unzip the file into that directory. The
  77.     following files should be present:
  78.  
  79.     INIT.EXE     - Initialization program. Must be run first.
  80.     PLINKO.EXE   - The executable file for PC-Plinko
  81.     PLINKO.DOC   - The file you are reading right now
  82.     PLINKO.CFG   - Sample config file
  83.     CATALOG.TXT  - File listing other BBS-related programs written by 
  84.                    UP Technologies, Inc.   
  85.     ORDERFRM.DOC - Registration form for PC-Plinko
  86.     
  87.     If any of these files are missing, or to get the latest version of 
  88.     PC-Plinko, you can call The Upper Limit BBS at (410) 860-0212.
  89.  
  90.     After unzipping the file, you will next need to edit the PLINKO.CFG file.
  91.     Since the file is in plain ASCII, any text editor or word processor
  92.     should do the trick.
  93.   
  94.     The format for the file is listed below:
  95.  
  96.  
  97.     C:\WC30\WCWORK\NODE1\DOOR.SYS     <----- Full path of BBS Drop File
  98.     The Upper Limit BBS               <----- Your BBS Name
  99.     Tim                               <----- Your First Name
  100.     Pryor                             <----- Your Last Name
  101.  
  102.  
  103.     NOTE TO GT POWER BBS USERS: There are two additional lines necessary when
  104.     using GTUSER.BBS. Since that file does not provide the Comport% and
  105.     Nodenum% variables, you will need to add them to PLINKO.CFG on lines
  106.     5 and 6 respectively.  Both variables will default to 1.
  107.   
  108.  
  109.     IV. Running PC-Plinko
  110.  
  111.     Before running PC-Plinko, you MUST run the program INIT.EXE. This
  112.     program will create the data file PLINKO.DAT, which is needed to
  113.     play PC-Plinko. To run it, just type INIT <ENTER> at the DOS prompt.
  114.  
  115.     To run PC-Plinko from DOS (locally) just type the following at the 
  116.     DOS prompt:
  117.  
  118.     PLINKO LOCAL <ENTER>
  119.  
  120.    
  121.     To run PC-Plinko as a door, make sure that the following line is
  122.     contained in your batch file when running the door:
  123.  
  124.     PLINKO PLINKO.CFG
  125.  
  126.  
  127.     PC-Plinko also supports the use of fossil drivers. To tell PC-Plinko
  128.     that you are using a fossil driver, just add "/FD" on the command line
  129.     when running the door. Example: PLINKO PLINKO.CFG /FD
  130.  
  131.     You may also use non-standard IRQs. To specify a non-standard IRQ, 
  132.     place /number after PLINKO.CFG ("number" refers to the number of the
  133.     IRQ you want to use.) Example: PLINKO PLINKO.CFG /5 (specifies use of
  134.     IRQ 5.) 
  135.     
  136.     PC-PLINKO also supports the use of the environment variables. When using
  137.     PC-Board, you can use %pcbdrive%, %pcbdir%, and %pcbnode%. Some examples:
  138.  
  139.     USERS.SYS in C:\PCB         - %pcbdrive%%pcbdir%\USERS.SYS
  140.     USERS.SYS in C:\PCB\NODE1   - %pcbdrive%%pcbdir%\NODE%pcbnode%\USERS.SYS
  141.  
  142.     For Wildcat!, the environment variable %wcnodeid% is supported. For
  143.     example: 
  144.  
  145.     USERINFO.DAT in C:\WC\NODE1 - C:\WC\NODE%wcnodeid%
  146.  
  147.     Non PC-Board systems may use the PCB environment variables by setting them
  148.     in either AUTOEXEC.BAT or in the batch file that runs PC-Plinko. Example:
  149.  
  150.     SET PCBDRIVE=C:
  151.     SET PCBDIR=\BBSDIR
  152.     SET PCBNODE=1
  153.        
  154.  
  155.     V. Registration
  156.  
  157.     PC-Plinko is not free, or in the public domain. It is shareware,
  158.     which means that you are expected to pay for it if you find it useful.
  159.     Registration is only $10 US. If you use PC-Plinko for more than one
  160.     month, you should register it. When you register PC-Plinko your
  161.     board name will appear in the opening screen. For more information,
  162.     refer to the ORDERFRM.DOC file.
  163.  
  164.  
  165.     V. Questions and Comments
  166.  
  167.     If you have any questions or comments concerning PC-Plinko, you can
  168.     contact me on my bbs:
  169.  
  170.                               The Upper Limit BBS
  171.                                 (410) 860-0212
  172.                               300 - 14400 v.32bis
  173.                                  24 Hrs. 8/N/1
  174.  
  175.                         Full Access on Your First Call!
  176.  
  177.